home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Other Stuff / Demos ƒ / Demo AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmCT_205_ModalDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-23  |  279 b   |  13 lines

  1. /* %filename% -- Modal dialog */
  2. /* Created %date% %time% by AppMaker */
  3.  
  4. typedef struct {
  5.         %for each item gen dialog field%
  6.         %if not haveField%
  7.             short        dummyField;
  8.         %endif%
  9. } %dlogname%Rec, *%dlogname%Ptr;
  10.  
  11. /*----------*/
  12. Boolean Get%dlogname% (%dlogname%Rec    *%dlogname%);
  13.